home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-02-04 | 68.7 KB | 1,613 lines |
-
- (setq debugger (quote debug))
-
- (defconst mode-line-buffer-identification (purecopy (quote ("Emacs: %17b"))) "\
- Mode-line control for identifying the buffer being displayed.
- Its default value is \"Emacs: %17b\". Major modes that edit things
- other than ordinary files may change this (e.g. Info, Dired,...)")
-
- (make-variable-buffer-local (quote mode-line-buffer-identification))
-
- (defconst mode-line-process nil "\
- Mode-line control for displaying info on process status.
- Normally nil in most modes, since there is no process to display.")
-
- (make-variable-buffer-local (quote mode-line-process))
-
- (defconst mode-line-modified (purecopy (quote ("--%1*%1*-"))) "\
- Mode-line control for displaying whether current buffer is modified.")
-
- (make-variable-buffer-local (quote mode-line-modified))
-
- (setq-default mode-line-format (list (purecopy "") (quote mode-line-modified) (quote mode-line-buffer-identification) (purecopy " ") (quote global-mode-string) (purecopy " %[(") (quote mode-name) (quote minor-mode-alist) "%n" (quote mode-line-process) (purecopy ")%]----") (purecopy (quote (-3 . "%p"))) (purecopy "-%-")))
-
- (defvar minor-mode-alist nil "\
- Alist saying how to show minor modes in the mode line.
- Each element looks like (VARIABLE STRING);
- STRING is included in the mode line iff VARIABLE's value is non-nil.")
-
- (setq minor-mode-alist (mapcar (quote purecopy) (quote ((abbrev-mode " Abbrev") (overwrite-mode " Ovwrt") (auto-fill-hook " Fill") (defining-kbd-macro " Def")))))
-
- (defconst function-keymap (make-sparse-keymap) "\
- Keymap containing definitions of keypad and function keys.")
-
- (defconst paragraph-start "^[
- ]" "*Regexp for beginning of a line that starts OR separates paragraphs.")
-
- (defconst paragraph-separate "^[ ]*$" "\
- *Regexp for beginning of a line that separates paragraphs.
- If you change this, you may have to change paragraph-start also.")
-
- (defconst sentence-end (purecopy "[.?!][]\"')}]*\\($\\| \\| \\)[
- ]*") "*Regexp describing the end of a sentence.
- All paragraph boundaries also end sentences, regardless.")
-
- (defconst page-delimiter "^" "\
- *Regexp describing line-beginnings that separate pages.")
-
- (defconst case-replace t "\
- *Non-nil means query-replace should preserve case in replacements.")
-
- (defvar indent-line-function (quote indent-to-left-margin) "\
- Function to indent current line.")
-
- (defconst only-global-abbrevs nil "\
- *t means user plans to use global abbrevs only.
- Makes the commands to define mode-specific abbrevs define global ones instead.")
-
- (setq completion-ignored-extensions (if (eq system-type (quote vax-vms)) (quote (".obj" ".elc" ".exe" ".bin" ".lbin" ".dvi" ".toc" ".log" ".aux" ".lof" ".brn" ".rnt" ".mem" ".lni" ".lis" ".olb" ".tlb" ".mlb" ".hlb" ".glo" ".idx" ".lot")) (quote (".o" ".elc" "~" ".bin" ".lbin" ".fasl" ".dvi" ".toc" ".log" ".aux" ".lof" ".blg" ".bbl" ".glo" ".idx" ".lot"))))
-
- (defvar compile-command "make -k" "\
- *Last shell command used to do a compilation; default for next compilation.")
-
- (defvar dired-listing-switches "-al" "\
- *Switches passed to ls for Dired. MUST contain the `l' option.
- MUST NOT contain the `F, `s' or `i'' option.")
-
- (defconst lpr-switches nil "\
- *List of strings to pass as extra switch args to lpr when it is invoked.")
-
- (defvar tags-file-name nil "\
- *File name of tag table.
- To switch to a new tag table, setting this variable is sufficient.
- Use the `etags' program to make a tag table file.")
-
- (defconst shell-prompt-pattern "^[^#$%>]*[#$%>] *" "\
- *Regexp used by Newline command in shell mode to match subshell prompts.
- Anything from beginning of line up to the end of what this pattern matches
- is deemed to be prompt, and is not reexecuted.")
-
- (defconst ledit-save-files t "\
- *Non-nil means Ledit should save files before transferring to Lisp.")
-
- (defconst ledit-go-to-lisp-string "%?lisp" "\
- *Shell commands to execute to resume Lisp job.")
-
- (defconst ledit-go-to-liszt-string "%?liszt" "\
- *Shell commands to execute to resume Lisp compiler job.")
-
- (defconst display-time-day-and-date nil "\
- *Non-nil means M-x display-time should display day and date as well as time.")
-
- (defvar auto-mode-alist nil "\
- Alist of filename patterns vs corresponding major mode functions.
- Each element looks like (REGEXP . FUNCTION).
- Visiting a file whose name matches REGEXP causes FUNCTION to be called.")
-
- (setq auto-mode-alist (mapcar (quote purecopy) (quote (("\\.text$" . text-mode) ("\\.c$" . c-mode) ("\\.h$" . c-mode) ("\\.tex$" . TeX-mode) ("\\.el$" . emacs-lisp-mode) ("\\.scm$" . scheme-mode) ("\\.l$" . lisp-mode) ("\\.lisp$" . lisp-mode) ("\\.f$" . fortran-mode) ("\\.mss$" . scribe-mode) ("\\.pl$" . prolog-mode) ("\\.TeX$" . TeX-mode) ("\\.sty$" . LaTeX-mode) ("\\.bbl$" . LaTeX-mode) ("\\.bib$" . text-mode) ("\\.article$" . text-mode) ("\\.letter$" . text-mode) ("\\.texinfo$" . texinfo-mode) ("\\.lsp$" . lisp-mode) ("\\.prolog$" . prolog-mode) ("^/tmp/Re" . text-mode) ("^/tmp/fol/" . text-mode) ("/Message[0-9]*$" . text-mode) ("\\.y$" . c-mode) ("\\.cc$" . c-mode) ("\\.scm.[0-9]*$" . scheme-mode) ("[]>:/]\\..*emacs" . emacs-lisp-mode) ("\\.ml$" . lisp-mode)))))
-
- (make-variable-buffer-local (quote indent-tabs-mode))
-
- (defvar ctl-x-4-map (make-keymap) "\
- Keymap for subcommands of C-x 4")
-
- (garbage-collect)
-
- (autoload (quote add-change-log-entry) "add-log" "\
- Find change log file and add an entry for today.
- First arg (interactive prefix) non-nil means prompt for user name and site.
- Second arg is file name of change log.
- Optional third arg OTHER-WINDOW non-nil means visit in other window." t)
-
- (define-key ctl-x-4-map "a" (quote add-change-log-entry-other-window))
-
- (autoload (quote add-change-log-entry-other-window) "add-log" "\
- Find change log file in other window, and add an entry for today." t)
-
- (autoload (quote \`) "backquote" "\
- (` FORM) Expands to a form that will generate FORM.
- FORM is `almost quoted' -- see backquote.el for a description." nil t)
-
- (autoload (quote byte-compile-file) "bytecomp" "\
- Compile a file of Lisp code named FILENAME into a file of byte code.
- The output file's name is made by appending \"c\" to the end of FILENAME." t)
-
- (autoload (quote byte-recompile-directory) "bytecomp" "\
- Recompile every .el file in DIRECTORY that needs recompilation.
- This is if a .elc file exists but is older than the .el file.
- If the .elc file does not exist, offer to compile the .el file
- only if a prefix argument has been specified." t)
-
- (autoload (quote batch-byte-compile) "bytecomp" "\
- Runs byte-compile-file on the files remaining on the command line.
- Must be used only with -batch, and kills emacs on completion.
- Each file will be processed even if an error occurred previously.
- For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\"" nil)
-
- (autoload (quote calendar) "cal" "\
- Display three-month calendar in another window.
- The three months appear side by side, with the current month in the middle
- surrounded by the previous and next months. The cursor is put on today's date.
-
- An optional prefix argument ARG causes the calendar displayed to be
- ARG months in the future if ARG is positive or in the past if ARG is
- negative; in this case the cursor goes on the first day of the month.
-
- The Gregorian calendar is assumed.
-
- After preparing the calendar window, the hooks calendar-hook are run
- when the calendar is for the current month--that is, the was no prefix
- argument. If the calendar is for a future or past month--that is, there
- was a prefix argument--the hooks offset-calendar-hook are run. Thus, for
- example, setting calendar-hooks to 'star-date will cause today's date to be
- replaced by asterisks to highlight it in the window." t)
-
- (autoload (quote list-command-history) "chistory" "\
- List history of commands typed to minibuffer.
- The number of commands listed is controlled by list-command-history-max.
- Calls value of list-command-history-filter (if non-nil) on each history
- element to judge if that element should be excluded from the list.
-
- The buffer is left in Command History mode." t)
-
- (autoload (quote command-history-mode) "chistory" "\
- Major mode for examining commands from command-history.
- The number of commands listed is controlled by list-command-history-max.
- The command history is filtered by list-command-history-filter if non-nil.
-
- Like Emacs-Lisp Mode except that characters do not insert themselves and
- Digits provide prefix arguments. Tab does not indent.
- \\{command-history-map}
- Calls the value of command-history-hook if that is non-nil
- The Command History listing is recomputed each time this mode is
- invoked." t)
-
- (autoload (quote repeat-matching-complex-command) "chistory" "\
- Edit and re-evaluate complex command with name matching PATTERN.
- Matching occurrences are displayed, most recent first, until you
- select a form for evaluation. If PATTERN is empty (or nil), every form
- in the command history is offered. The form is placed in the minibuffer
- for editing and the result is evaluated." t)
-
- (autoload (quote common-lisp-indent-hook) "cl-indent")
-
- (autoload (quote compare-windows) "compare-w" "\
- Compare text in current window with text in next window.
- Compares the text starting at point in each window,
- moving over text in each one as far as they match." t)
-
- (autoload (quote compile) "compile" "\
- Compile the program including the current buffer. Default: run `make'.
- Runs COMMAND, a shell command, in a separate process asynchronously
- with output going to the buffer *compilation*.
- You can then use the command \\[next-error] to find the next error message
- and move to the source code that caused it." t)
-
- (autoload (quote grep) "compile" "\
- Run grep, with user-specified args, and collect output in a buffer.
- While grep runs asynchronously, you can use the \\[next-error] command
- to find the text that grep hits refer to." t)
-
- (define-key ctl-x-map "`" (quote next-error))
-
- (autoload (quote next-error) "compile" "\
- Visit next compilation error message and corresponding source code.
- This operates on the output from the \\[compile] command.
- If all preparsed error messages have been processed,
- the error message buffer is checked for new ones.
- A non-nil argument (prefix arg, if interactive)
- means reparse the error message buffer and start at the first error." t)
-
- (define-key esc-map "/" (quote dabbrev-expand))
-
- (autoload (quote dabbrev-expand) "dabbrev" "\
- Expand previous word \"dynamically\".
- Expands to the most recent, preceding word for which this is a prefix.
- If no suitable preceding word is found, words following point are considered.
-
- A positive prefix argument, N, says to take the Nth backward DISTINCT
- possibility. A negative argument says search forward. The variable
- dabbrev-backward-only may be used to limit the direction of search to
- backward if set non-nil.
-
- If the cursor has not moved from the end of the previous expansion and
- no argument is given, replace the previously-made expansion
- with the next possible expansion not yet tried." t)
-
- (autoload (quote debug) "debug" "\
- Enter debugger. Returns if user says \"continue\".
- Arguments are mainly for use when this is called
- from the internals of the evaluator.
- You may call with no args, or you may
- pass nil as the first arg and any other args you like.
- In that case, the list of args after the first will
- be printed into the backtrace buffer.")
-
- (autoload (quote cancel-debug-on-entry) "debug" "\
- Undoes effect of debug-on-entry on FUNCTION." t)
-
- (autoload (quote debug-on-entry) "debug" "\
- Request FUNCTION to invoke debugger each time it is called.
- If the user continues, FUNCTION's execution proceeds.
- Works by modifying the definition of FUNCTION,
- which must be written in Lisp, not predefined.
- Use `cancel-debug-on-entry' to cancel the effect of this command.
- Redefining FUNCTION also does that." t)
-
- (define-key ctl-x-map "d" (quote dired))
-
- (autoload (quote dired) "dired" "\
- \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
- Dired displays a list of files in DIRNAME.
- You can move around in it with the usual commands.
- You can flag files for deletion with C-d
- and then delete them by typing `x'.
- Type `h' after entering dired for more info." t)
-
- (define-key ctl-x-4-map "d" (quote dired-other-window))
-
- (autoload (quote dired-other-window) "dired" "\
- \"Edit\" directory DIRNAME. Like \\[dired] but selects in another window." t)
-
- (autoload (quote dired-noselect) "dired" "\
- Like M-x dired but returns the dired buffer as value, does not select it.")
-
- (autoload (quote dissociated-press) "dissociate" "\
- Dissociate the text of the current buffer.
- Output goes in buffer named *Dissociation*,
- which is redisplayed each time text is added to it.
- Every so often the user must say whether to continue.
- If ARG is positive, require ARG chars of continuity.
- If ARG is negative, require -ARG words of continuity.
- Default is 2." t)
-
- (autoload (quote doctor) "doctor" "\
- Switch to *doctor* buffer and start giving psychotherapy." t)
-
- (autoload (quote disassemble) "disass" "\
- Print disassembled code for OBJECT on (optional) STREAM.
- OBJECT can be a function name, lambda expression or any function object
- returned by SYMBOL-FUNCTION. If OBJECT is not already compiled, we will
- compile it (but not redefine it)." t)
-
- (autoload (quote electric-buffer-list) "ebuff-menu" "\
- Vaguely like ITS lunar select buffer;
- combining typeoutoid buffer listing with menuoid buffer selection.
-
- This pops up a buffer describing the set of emacs buffers.
- If the very next character typed is a space then the buffer list
- window disappears.
-
- Otherwise, one may move around in the buffer list window, marking
- buffers to be selected, saved or deleted.
-
- To exit and select a new buffer, type Space when the cursor is on the
- appropriate line of the buffer-list window.
-
- Other commands are much like those of buffer-menu-mode.
-
- Calls value of electric-buffer-menu-mode-hook on entry if non-nil.
-
- \\{electric-buffer-menu-mode-map}" t)
-
- (autoload (quote electric-command-history) "echistory" "\
- Major mode for examining and redoing commands from command-history.
- The number of command listed is controlled by list-command-history-max.
- The command history is filtered by list-command-history-filter if non-nil.
- Combines typeout Command History list window with menu like selection
- of an expression from the history for re-evaluation in the *original* buffer.
-
- The history displayed is filtered by list-command-history-filter if non-nil.
-
- This pops up a window with the Command History listing. If the very
- next character typed is Space, the listing is killed and the previous
- window configuration is restored. Otherwise, you can browse in the
- Command History with Return moving down and Delete moving up, possibly
- selecting an expression to be redone with Space or quitting with `Q'.
-
- Like Emacs-Lisp Mode except that characters do not insert themselves and
- Tab and linefeed do not indent. Instead these commands are provided:
- Space or ! edit then evaluate current line in history inside
- the ORIGINAL buffer which invoked this mode.
- The previous window configuration is restored
- unless the invoked command changes it.
- C-c C-c, C-], Q Quit and restore previous window configuration.
- LFD, RET Move to the next line in the history.
- DEL Move to the previous line in the history.
- ? Provides a complete list of commands.
-
- Calls the value of electric-command-history-hook if that is non-nil
- The Command History listing is recomputed each time this mode is invoked." t)
-
- (autoload (quote edt-emulation-on) "edt" "\
- Begin emulating DEC's EDT editor.
- Certain keys are rebound; including nearly all keypad keys.
- Use \\[edt-emulation-off] to undo all rebindings except the keypad keys.
- Note that this function does not work if called directly from the .emacs file.
- Instead, the .emacs file should do (setq term-setup-hook 'edt-emulation-on)
- Then this function will be called at the time when it will work." t)
-
- (autoload (quote fortran-mode) "fortran" "\
- Major mode for editing fortran code.
- Tab indents the current fortran line correctly.
- `do' statements must not share a common `continue'.
-
- Type `;?' or `;\\[help-command]' to display a list of built-in abbrevs for Fortran keywords.
-
- Variables controlling indentation style and extra features:
-
- comment-start
- Normally nil in Fortran mode. If you want to use comments
- starting with `!', set this to the string \"!\".
- fortran-do-indent
- Extra indentation within do blocks. (default 3)
- fortran-if-indent
- Extra indentation within if blocks. (default 3)
- fortran-continuation-indent
- Extra indentation appled to continuation statements. (default 5)
- fortran-comment-line-column
- Amount of indentation for text within full-line comments. (default 6)
- fortran-comment-indent-style
- nil means don't change indentation of text in full-line comments,
- fixed means indent that text at column fortran-comment-line-column
- relative means indent at fortran-comment-line-column beyond the
- indentation for a line of code.
- Default value is fixed.
- fortran-comment-indent-char
- Character to be inserted instead of space for full-line comment
- indentation. (default is a space)
- fortran-minimum-statement-indent
- Minimum indentation for fortran statements. (default 6)
- fortran-line-number-indent
- Maximum indentation for line numbers. A line number will get
- less than this much indentation if necessary to avoid reaching
- column 5. (default 1)
- fortran-check-all-num-for-matching-do
- Non-nil causes all numbered lines to be treated as possible 'continue'
- statements. (default nil)
- fortran-continuation-char
- character to be inserted in column 5 of a continuation line.
- (default $)
- fortran-comment-region
- String inserted by \\[fortran-comment-region] at start of each line in
- region. (default \"c$$$\")
- fortran-electric-line-number
- Non-nil causes line number digits to be moved to the correct column
- as typed. (default t)
- fortran-startup-message
- Set to nil to inhibit message first time fortran-mode is used.
-
- Turning on Fortran mode calls the value of the variable fortran-mode-hook
- with no args, if that value is non-nil.
- \\{fortran-mode-map}" t)
-
- (autoload (quote ftp-find-file) "ftp" "\
- FTP to HOST to get FILE, logging in as USER with password PASSWORD.
- Interactively, HOST and FILE are specified by reading a string with
- a colon character separating the host from the filename.
- USER and PASSWORD are defaulted from the values used when
- last ftping from HOST (unless password-remembering is disabled).
- Supply a password of the symbol `t' to override this default
- (interactively, this is done by giving a prefix arg)" t)
-
- (autoload (quote ftp-write-file) "ftp" "\
- FTP to HOST to write FILE, logging in as USER with password PASSWORD.
- Interactively, HOST and FILE are specified by reading a string with colon
- separating the host from the filename.
- USER and PASSWORD are defaulted from the values used when
- last ftping from HOST (unless password-remembering is disabled).
- Supply a password of the symbol `t' to override this default
- (interactively, this is done by giving a prefix arg)" t)
-
- (autoload (quote gdb) "gdb" "\
- Run gdb on program FILE in buffer *gdb-FILE*.
- The directory containing FILE becomes the initial working directory
- and source-file directory for GDB. If you wish to change this, use
- the GDB commands `cd DIR' and `directory'." t)
-
- (autoload (quote set-gosmacs-bindings) "gosmacs" "\
- Rebind some keys globally to make GNU Emacs resemble Gosling Emacs.
- Use \\[set-gnu-bindings] to restore previous global bindings." t)
-
- (autoload (quote hanoi) "hanoi" "\
- Towers of Hanoi diversion. Argument is number of rings." t)
-
- (autoload (quote Helper-help) "helper" "\
- Provide help for current mode." t)
-
- (autoload (quote Helper-describe-bindings) "helper" "\
- Describe local key bindings of current mode." t)
-
- (autoload (quote info) "info" "\
- Enter Info, the documentation browser." t)
-
- (autoload (quote Info-tagify) "informat" "\
- Create or update Info-file tag table in current buffer." t)
-
- (autoload (quote Info-validate) "informat" "\
- Check current buffer for validity as an Info file.
- Check that every node pointer points to an existing node." t)
-
- (autoload (quote Info-split) "informat" "\
- Split an info file into an indirect file plus bounded-size subfiles.
- Each subfile will be up to 50000 characters plus one node.
-
- To use this command, first visit a large Info file that has a tag table.
- The buffer is modified into a (small) indirect info file
- which should be saved in place of the original visited file.
-
- The subfiles are written in the same directory the original file is in,
- with names generated by appending `-' and a number to the original file name.
-
- The indirect file still functions as an Info file, but it contains
- just the tag table and a directory of subfiles." t)
-
- (autoload (quote batch-info-validate) "informat" "\
- Runs Info-validate on the files remaining on the command line.
- Must be used only with -batch, and kills emacs on completion.
- Each file will be processed even if an error occurred previously.
- For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" nil)
-
- (autoload (quote ledit-mode) "ledit" "\
- Major mode for editing text and stuffing it to a Lisp job.
- Like Lisp mode, plus these special commands:
- M-C-d -- record defun at or after point
- for later transmission to Lisp job.
- M-C-r -- record region for later transmission to Lisp job.
- C-x z -- transfer to Lisp job and transmit saved text.
- M-C-c -- transfer to Liszt (Lisp compiler) job
- and transmit saved text.
- \\{ledit-mode-map}
- To make Lisp mode automatically change to Ledit mode,
- do (setq lisp-mode-hook 'ledit-from-lisp-mode)" t)
-
- (autoload (quote ledit-from-lisp-mode) "ledit")
-
- (autoload (quote lpr-buffer) "lpr" "\
- Print buffer contents as with Unix command `lpr'.
- `lpr-switches' is a list of extra switches (strings) to pass to lpr." t)
-
- (autoload (quote print-buffer) "lpr" "\
- Print buffer contents as with Unix command `lpr -p'.
- `lpr-switches' is a list of extra switches (strings) to pass to lpr." t)
-
- (autoload (quote lpr-region) "lpr" "\
- Print region contents as with Unix command `lpr'.
- `lpr-switches' is a list of extra switches (strings) to pass to lpr." t)
-
- (autoload (quote print-region) "lpr" "\
- Print region contents as with Unix command `lpr -p'.
- `lpr-switches' is a list of extra switches (strings) to pass to lpr." t)
-
- (autoload (quote insert-kbd-macro) "macros" "\
- Insert in buffer the definition of kbd macro NAME, as Lisp code.
- Second argument KEYS non-nil means also record the keys it is on.
- (This is the prefix argument, when calling interactively.)
-
- This Lisp code will, when executed, define the kbd macro with the
- same definition it has now. If you say to record the keys,
- the Lisp code will also rebind those keys to the macro.
- Only global key bindings are recorded since executing this Lisp code
- always makes global bindings.
-
- To save a kbd macro, visit a file of Lisp code such as your ~/.emacs,
- use this command, and then save the file." t)
-
- (define-key ctl-x-map "q" (quote kbd-macro-query))
-
- (autoload (quote kbd-macro-query) "macros" "\
- Query user during kbd macro execution.
- With prefix argument, enters recursive edit,
- reading keyboard commands even within a kbd macro.
- You can give different commands each time the macro executes.
- Without prefix argument, reads a character. Your options are:
- Space -- execute the rest of the macro.
- DEL -- skip the rest of the macro; start next repetition.
- C-d -- skip rest of the macro and don't repeat it any more.
- C-r -- enter a recursive edit, then on exit ask again for a character
- C-l -- redisplay screen and ask again." t)
-
- (autoload (quote name-last-kbd-macro) "macros" "\
- Assign a name to the last keyboard macro defined.
- One arg, a symbol, which is the name to define.
- The symbol's function definition becomes the keyboard macro string.
- Such a \"function\" cannot be called from Lisp, but it is a valid command
- definition for the editor command loop." t)
-
- (autoload (quote make-command-summary) "makesum" "\
- Make a summary of current key bindings in the buffer *Summary*.
- Previous contents of that buffer are killed first." t)
-
- (autoload (quote define-mail-alias) "mailalias" "\
- Define NAME as a mail-alias that translates to DEFINITION." t)
-
- (autoload (quote manual-entry) "man" "\
- Display the Unix manual entry for TOPIC.
- TOPIC is either the title of the entry, or has the form TITLE(SECTION)
- where SECTION is the desired section of the manual, as in `tty(4)'." t)
-
- (autoload (quote mh-rmail) "mh-e" "\
- Inc(orporate) new mail (no arg) or scan a MH mail box (arg given).
- This front end uses the MH mail system, which uses different conventions
- from the usual mail system." t)
-
- (autoload (quote mh-smail) "mh-e" "\
- Send mail using the MH mail system." t)
-
- (autoload (quote convert-mocklisp-buffer) "mlconvert" "\
- Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run." t)
-
- (autoload (quote modula-2-mode) "modula2" "\
- This is a mode intended to support program development in Modula-2.
- All control constructs of Modula-2 can be reached by typing
- Control-C followed by the first character of the construct.
- \\{m2-mode-map}
- Control-c b begin Control-c c case
- Control-c d definition Control-c e else
- Control-c f for Control-c h header
- Control-c i if Control-c m module
- Control-c l loop Control-c o or
- Control-c p procedure Control-c Control-w with
- Control-c r record Control-c s stdio
- Control-c t type Control-c u until
- Control-c v var Control-c w while
- Control-c x export Control-c y import
- Control-c { begin-comment Control-c } end-comment
- Control-c Control-z suspend-emacs Control-c Control-t toggle
- Control-c Control-c compile Control-x ` next-error
- Control-c Control-l link
-
- m2-indent controls the number of spaces for each indentation.
- m2-compile-command holds the command to compile a Modula-2 program.
- m2-link-command holds the command to link a Modula-2 program." t)
-
- (setq disabled-command-hook (quote disabled-command-hook))
-
- (autoload (quote disabled-command-hook) "novice")
-
- (autoload (quote enable-command) "novice" "\
- Allow COMMAND to be executed without special confirmation from now on.
- The user's .emacs file is altered so that this will apply
- to future sessions." t)
-
- (autoload (quote disable-command) "novice" "\
- Require special confirmation to execute COMMAND from now on.
- The user's .emacs file is altered so that this will apply
- to future sessions." t)
-
- (autoload (quote nroff-mode) "nroff-mode" "\
- Major mode for editing text intended for nroff to format.
- \\{nroff-mode-map}
- Turning on Nroff mode runs text-mode-hook, then nroff-mode-hook.
- Also, try nroff-electric-mode, for automatically inserting
- closing requests for requests that are used in matched pairs." t)
-
- (autoload (quote list-options) "options" "\
- Display a list of Emacs user options, with values and documentation." t)
-
- (autoload (quote edit-options) "options" "\
- Edit a list of Emacs user option values.
- Selects a buffer containing such a list,
- in which there are commands to set the option values.
- Type \\[describe-mode] in that buffer for a list of commands." t)
-
- (autoload (quote outline-mode) "outline" "\
- Set major mode for editing outlines with selective display.
- Headings are lines which start with asterisks: one for major headings,
- two for subheadings, etc. Lines not starting with asterisks are body lines.
-
- Body text or subheadings under a heading can be made temporarily
- invisible, or visible again. Invisible lines are attached to the end
- of the heading, so they move with it, if the line is killed and yanked
- back. A heading with text hidden under it is marked with an ellipsis (...).
-
- Commands:
- C-c C-n outline-next-visible-heading move by visible headings
- C-c C-p outline-previous-visible-heading
- C-c C-f outline-forward-same-level similar but skip subheadings
- C-c C-b outline-backward-same-level
- C-c C-u outline-up-heading move from subheading to heading
-
- Meta-x hide-body make all text invisible (not headings).
- Meta-x show-all make everything in buffer visible.
-
- The remaining commands are used when point is on a heading line.
- They apply to some of the body or subheadings of that heading.
- C-c C-h hide-subtree make body and subheadings invisible.
- C-c C-s show-subtree make body and subheadings visible.
- C-c C-i show-children make direct subheadings visible.
- No effect on body, or subheadings 2 or more levels down.
- With arg N, affects subheadings N levels down.
- M-x hide-entry make immediately following body invisible.
- M-x show-entry make it visible.
- M-x hide-leaves make body under heading and under its subheadings invisible.
- The subheadings remain visible.
- M-x show-branches make all subheadings at all levels visible.
-
- The variable outline-regexp can be changed to control what is a heading.
- A line is a heading if outline-regexp matches something at the
- beginning of the line. The longer the match, the deeper the level.
-
- Turning on outline mode calls the value of text-mode-hook and then of
- outline-mode-hook, if they are non-nil." t)
-
- (autoload (quote edit-picture) "picture" "\
- Switch to Picture mode, in which a quarter-plane screen model is used.
- Printing characters replace instead of inserting themselves with motion
- afterwards settable by these commands:
- C-c < Move left after insertion.
- C-c > Move right after insertion.
- C-c ^ Move up after insertion.
- C-c . Move down after insertion.
- C-c ` Move northwest (nw) after insertion.
- C-c ' Move northeast (ne) after insertion.
- C-c / Move southwest (sw) after insertion.
- C-c \\ Move southeast (se) after insertion.
- The current direction is displayed in the mode line. The initial
- direction is right. Whitespace is inserted and tabs are changed to
- spaces when required by movement. You can move around in the buffer
- with these commands:
- C-p Move vertically to SAME column in previous line.
- C-n Move vertically to SAME column in next line.
- C-e Move to column following last non-whitespace character.
- C-f Move right inserting spaces if required.
- C-b Move left changing tabs to spaces if required.
- C-c C-f Move in direction of current picture motion.
- C-c C-b Move in opposite direction of current picture motion.
- Return Move to beginning of next line.
- You can edit tabular text with these commands:
- M-Tab Move to column beneath (or at) next interesting charecter.
- `Indents' relative to a previous line.
- Tab Move to next stop in tab stop list.
- C-c Tab Set tab stops according to context of this line.
- With ARG resets tab stops to default (global) value.
- See also documentation of variable picture-tab-chars
- which defines \"interesting character\". You can manually
- change the tab stop list with command \\[edit-tab-stops].
- You can manipulate text with these commands:
- C-d Clear (replace) ARG columns after point without moving.
- C-c C-d Delete char at point - the command normally assigned to C-d.
- Delete Clear (replace) ARG columns before point, moving back over them.
- C-k Clear ARG lines, advancing over them. The cleared
- text is saved in the kill ring.
- C-o Open blank line(s) beneath current line.
- You can manipulate rectangles with these commands:
- C-c C-k Clear (or kill) a rectangle and save it.
- C-c C-w Like C-c C-k except rectangle is saved in named register.
- C-c C-y Overlay (or insert) currently saved rectangle at point.
- C-c C-x Like C-c C-y except rectangle is taken from named register.
- \\[copy-rectangle-to-register] Copies a rectangle to a register.
- \\[advertised-undo] Can undo effects of rectangle overlay commands
- commands if invoked soon enough.
- You can return to the previous mode with:
- C-c C-c Which also strips trailing whitespace from every line.
- Stripping is suppressed by supplying an argument.
-
- Entry to this mode calls the value of edit-picture-hook if non-nil.
-
- Note that Picture mode commands will work outside of Picture mode, but
- they are not defaultly assigned to keys." t)
-
- (fset (quote picture-mode) (quote edit-picture))
-
- (autoload (quote prolog-mode) "prolog" "\
- Major mode for editing Prolog code for Prologs.
- Blank lines and `%%...' separate paragraphs. `%'s start comments.
- Commands:
- \\{prolog-mode-map}
- Entry to this mode calls the value of prolog-mode-hook
- if that value is non-nil." t)
-
- (autoload (quote run-prolog) "prolog" "\
- Run an inferior Prolog process, input and output via buffer *prolog*." t)
-
- (autoload (quote clear-rectangle) "rect" "\
- Blank out rectangle with corners at point and mark.
- The text previously in the region is overwritten by the blanks." t)
-
- (autoload (quote delete-rectangle) "rect" "\
- Delete (don't save) text in rectangle with point and mark as corners.
- The same range of columns is deleted in each line
- starting with the line where the region begins
- and ending with the line where the region ends." t)
-
- (autoload (quote delete-extract-rectangle) "rect" "\
- Return and delete contents of rectangle with corners at START and END.
- Value is list of strings, one for each line of the rectangle.")
-
- (autoload (quote extract-rectangle) "rect" "\
- Return contents of rectangle with corners at START and END.
- Value is list of strings, one for each line of the rectangle.")
-
- (autoload (quote insert-rectangle) "rect" "\
- Insert text of RECTANGLE with upper left corner at point.
- RECTANGLE's first line is inserted at point,
- its second line is inserted at a point vertically under point, etc.
- RECTANGLE should be a list of strings.")
-
- (autoload (quote kill-rectangle) "rect" "\
- Delete rectangle with corners at point and mark; save as last killed one.
- Calling from program, supply two args START and END, buffer positions.
- But in programs you might prefer to use delete-extract-rectangle." t)
-
- (autoload (quote open-rectangle) "rect" "\
- Blank out rectangle with corners at point and mark, shifting text right.
- The text previously in the region is not overwritten by the blanks,
- but insted winds up to the right of the rectangle." t)
-
- (autoload (quote yank-rectangle) "rect" "\
- Yank the last killed rectangle with upper left corner at point." t)
-
- (autoload (quote rnews) "rnews" "\
- Read USENET news for groups for which you are a member and add or
- delete groups.
- You can reply to articles posted and send articles to any group.
-
- Type \\[describe-mode] once reading news to get a list of rnews commands." t)
-
- (autoload (quote news-post-news) "rnewspost" "\
- Begin editing a new USENET news article to be posted.
- Type \\[describe-mode] once editing the article to get a list of commands." t)
-
- (fset (quote sendnews) (quote news-post-news))
-
- (fset (quote postnews) (quote news-post-news))
-
- (autoload (quote rmail) "rmail" "\
- Read and edit incoming mail.
- Moves messages into file named by rmail-file-name (a babyl format file)
- and edits that file in RMAIL Mode.
- Type \\[describe-mode] once editing that file, for a list of RMAIL commands.
-
- May be called with filename as argument;
- then performs rmail editing on that file,
- but does not copy any new mail into the file." t)
-
- (autoload (quote rmail-input) "rmail" "\
- Run RMAIL on file FILENAME." t)
-
- (defconst rmail-dont-reply-to-names nil "\
- *A regular expression specifying names to prune in replying to messages.
- nil means don't reply to yourself.")
-
- (defvar rmail-default-dont-reply-to-names "info-" "\
- A regular expression specifying part of the value of the default value of
- the variable `rmail-dont-reply-to-names', for when the user does not set
- `rmail-dont-reply-to-names' explicitly. (The other part of the default
- value is the user's name.)
- It is useful to set this variable in the site customisation file.")
-
- (defconst rmail-primary-inbox-list nil "\
- *List of files which are inboxes for user's primary mail file ~/RMAIL.
- `nil' means the default, which is (\"~/mbox\" \"/usr/spool/mail/$USER\")
- (the second name varies depending on the operating system).")
-
- (defconst rmail-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^received:\\|^[a-z-]*message-id:\\|^summary-line:\\|^errors-to:" "\
- *Gubbish header fields one would rather not see.")
-
- (defvar rmail-delete-after-output nil "\
- *Non-nil means automatically delete a message that is copied to a file.")
-
- (autoload (quote run-scheme) "xscheme" "\
- Run an inferior Scheme process.
- Output goes to the buffer `*scheme*'.
- With argument, asks for a command line." t)
-
- (autoload (quote scheme-mode) "scheme" "\
- Major mode for editing Scheme code.
- Editing commands are similar to those of lisp-mode.
-
- In addition, if an inferior Scheme process is running, some additional
- commands will be defined, for evaluating expressions and controlling
- the interpreter, and the state of the process will be displayed in the
- modeline of all Scheme buffers. The names of commands that interact
- with the Scheme process start with \"xscheme-\". For more information
- see the documentation for xscheme-interaction-mode.
-
- Commands:
- Delete converts tabs to spaces as it moves back.
- Blank lines separate paragraphs. Semicolons start comments.
- \\{scheme-mode-map}
- Entry to this mode calls the value of scheme-mode-hook
- if that value is non-nil." t)
-
- (autoload (quote scribe-mode) "scribe" "\
- Major mode for editing files of Scribe (a text formatter) source.
- Scribe-mode is similar text-mode, with a few extra commands added.
- \\{scribe-mode-map}
-
- Interesting variables:
-
- scribe-fancy-paragraphs
- Non-nil makes Scribe mode use a different style of paragraph separation.
-
- scribe-electric-quote
- Non-nil makes insert of double quote use `` or '' depending on context.
-
- scribe-electric-parenthesis
- Non-nil makes an open-parenthesis char (one of `([<{')
- automatically insert its close if typed after an @Command form." t)
-
- (defconst send-mail-function (quote sendmail-send-it) "\
- Function to call to send the current buffer as mail.
- The headers are delimited by a string found in mail-header-separator.")
-
- (defconst mail-self-blind nil "\
- *Non-nil means insert BCC to self in messages to be sent.
- This is done when the message is initialized,
- so you can remove or alter the BCC field to override the default.")
-
- (defconst mail-interactive nil "\
- *Non-nil means when sending a message wait for and display errors.
- nil means let mailer mail back a message to report errors.")
-
- (defconst mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^[a-z-]*message-id:\\|^summary-line:\\|^to:\\|^cc:\\|^subject:\\|^in-reply-to:\\|^return-path:" "\
- Delete these headers from old message when it's inserted in a reply.")
-
- (defconst mail-header-separator "--text follows this line--" "\
- *Line used to separate headers from text in messages being composed.")
-
- (defconst mail-archive-file-name nil "\
- *Name of file to write all outgoing messages in, or nil for none.")
-
- (defvar mail-aliases t "\
- Alias of mail address aliases,
- or t meaning should be initialized from .mailrc.")
-
- (autoload (quote mail-other-window) "sendmail" "\
- Like `mail' command, but display mail buffer in another window." t)
-
- (autoload (quote mail) "sendmail" "\
- Edit a message to be sent. Argument means resume editing (don't erase).
- Returns with message buffer selected; value t if message freshly initialized.
- While editing message, type C-c C-c to send the message and exit.
-
- Various special commands starting with C-c are available in sendmail mode
- to move to message header fields:
- \\{mail-mode-map}
-
- If mail-self-blind is non-nil, a BCC to yourself is inserted
- when the message is initialized.
-
- If mail-default-reply-to is non-nil, it should be an address (a string);
- a Reply-to: field with that address is inserted.
-
- If mail-archive-file-name is non-nil, an FCC field with that file name
- is inserted.
-
- If mail-setup-hook is bound, its value is called with no arguments
- after the message is initialized. It can add more default fields.
-
- When calling from a program, the second through fifth arguments
- TO, SUBJECT, IN-REPLY-TO and CC specify if non-nil
- the initial contents of those header fields.
- These arguments should not have final newlines.
- The sixth argument REPLYBUFFER is a buffer whose contents
- should be yanked if the user types C-c C-y." t)
-
- (define-key ctl-x-4-map "m" (quote mail-other-window))
-
- (define-key ctl-x-map "m" (quote mail))
-
- (defvar mail-use-rfc822 nil "\
- *If non-nil, use a full, hairy RFC822 parser on mail addresses.
- Otherwise, (the default) use a smaller, somewhat faster and
- often-correct parser.")
-
- (autoload (quote server-start) "server" "\
- Allow this Emacs process to be a server for client processes.
- This starts a server communications subprocess through which
- client \"editors\" can send your editing commands to this Emacs job.
- To use the server, set up the program `etc/emacsclient' in the
- Emacs distribution as your standard \"editor\".
-
- Prefix arg means just kill any existing server communications subprocess." t)
-
- (autoload (quote run-lisp) "shell" "\
- Run an inferior Lisp process, input and output via buffer *lisp*." t)
-
- (autoload (quote shell) "shell" "\
- Run an inferior shell, with I/O through buffer *shell*.
- If buffer exists but shell process is not running, make new shell.
- Program used comes from variable explicit-shell-file-name,
- or (if that is nil) from the ESHELL environment variable,
- or else from SHELL if there is no ESHELL.
- If a file ~/.emacs_SHELLNAME exists, it is given as initial input
- (Note that this may lose due to a timing error if the shell
- discards input when it starts up.)
- The buffer is put in shell-mode, giving commands for sending input
- and controlling the subjobs of the shell. See shell-mode.
- See also variable shell-prompt-pattern.
-
- The shell file name (sans directories) is used to make a symbol name
- such as `explicit-csh-arguments'. If that symbol is a variable,
- its value is used as a list of arguments when invoking the shell.
- Otherwise, one argument `-i' is passed to the shell.
-
- Note that many people's .cshrc files unconditionally clear the prompt.
- If yours does, you will probably want to change it." t)
-
- (autoload (quote sort-lines) "sort" "\
- Sort lines in region alphabetically; argument means descending order.
- Called from a program, there are three arguments:
- REVERSE (non-nil means reverse order), BEG and END (region to sort)." t)
-
- (autoload (quote sort-paragraphs) "sort" "\
- Sort paragraphs in region alphabetically; argument means descending order.
- Called from a program, there are three arguments:
- REVERSE (non-nil means reverse order), BEG and END (region to sort)." t)
-
- (autoload (quote sort-pages) "sort" "\
- Sort pages in region alphabetically; argument means descending order.
- Called from a program, there are three arguments:
- REVERSE (non-nil means reverse order), BEG and END (region to sort)." t)
-
- (autoload (quote sort-numeric-fields) "sort" "\
- Sort lines in region numerically by the ARGth field of each line.
- Fields are separated by whitespace and numbered from 1 up.
- Specified field must contain a number in each line of the region.
- With a negative arg, sorts by the -ARG'th field, in reverse order.
- Called from a program, there are three arguments:
- FIELD, BEG and END. BEG and END specify region to sort." t)
-
- (autoload (quote sort-fields) "sort" "\
- Sort lines in region lexicographically by the ARGth field of each line.
- Fields are separated by whitespace and numbered from 1 up.
- With a negative arg, sorts by the -ARG'th field, in reverse order.
- Called from a program, there are three arguments:
- FIELD, BEG and END. BEG and END specify region to sort." t)
-
- (autoload (quote sort-columns) "sort" "\
- Sort lines in region alphabetically by a certain range of columns.
- For the purpose of this command, the region includes
- the entire line that point is in and the entire line the mark is in.
- The column positions of point and mark bound the range of columns to sort on.
- A prefix argument means sort into reverse order.
-
- Note that sort-columns uses the sort utility program and therefore
- cannot work on text containing TAB characters. Use M-x untabify
- to convert tabs to spaces before sorting." t)
-
- (autoload (quote sort-regexp-fields) "sort" "\
- Sort the region lexicographically as specifed by RECORD-REGEXP and KEY.
- RECORD-REGEXP specifies the textual units which should be sorted.
- For example, to sort lines RECORD-REGEXP would be \"^.*$\"
- KEY specifies the part of each record (ie each match for RECORD-REGEXP)
- is to be used for sorting.
- If it is \"\\digit\" then the digit'th \"\\(...\\)\" match field from
- RECORD-REGEXP is used.
- If it is \"\\&\" then the whole record is used.
- Otherwise, it is a regular-expression for which to search within the record.
- If a match for KEY is not found within a record then that record is ignored.
-
- With a negative prefix arg sorts in reverse order.
-
- For example: to sort lines in the region by the first word on each line
- starting with the letter \"f\",
- RECORD-REGEXP would be \"^.*$\" and KEY \"\\<f\\w*\\>\"" t)
-
- (autoload (quote spell-buffer) "spell" "\
- Check spelling of every word in the buffer.
- For each incorrect word, you are asked for the correct spelling
- and then put into a query-replace to fix some or all occurrences.
- If you do not want to change a word, just give the same word
- as its \"correct\" spelling; then the query replace is skipped." t)
-
- (autoload (quote spell-region) "spell" "\
- Like spell-buffer but applies only to region.
- From program, applies from START to END." t)
-
- (define-key esc-map "$" (quote spell-word))
-
- (autoload (quote spell-word) "spell" "\
- Check spelling of word at or before point.
- If it is not correct, ask user for the correct spelling
- and query-replace the entire buffer to substitute it." t)
-
- (autoload (quote spell-string) "spell" "\
- Check spelling of string supplied as argument." t)
-
- (autoload (quote untabify) "tabify" "\
- Convert all tabs in region to multiple spaces, preserving columns.
- The variable tab-width controls the action." t)
-
- (autoload (quote tabify) "tabify" "\
- Convert multiple spaces in region to tabs when possible.
- A group of spaces is partially replaced by tabs
- when this can be done without changing the column they end at.
- The variable tab-width controls the action." t)
-
- (define-key esc-map "." (quote find-tag))
-
- (autoload (quote find-tag) "tags" "\
- Find tag (in current tag table) whose name contains TAGNAME.
- Selects the buffer that the tag is contained in
- and puts point at its definition.
- If TAGNAME is a null string, the expression in the buffer
- around or before point is used as the tag name.
- If second arg NEXT is non-nil (interactively, with prefix arg),
- searches for the next tag in the tag table
- that matches the tagname used in the previous find-tag.
-
- See documentation of variable tags-file-name." t)
-
- (define-key ctl-x-4-map "." (quote find-tag-other-window))
-
- (autoload (quote find-tag-other-window) "tags" "\
- Find tag (in current tag table) whose name contains TAGNAME.
- Selects the buffer that the tag is contained in in another window
- and puts point at its definition.
- If TAGNAME is a null string, the expression in the buffer
- around or before point is used as the tag name.
- If second arg NEXT is non-nil (interactively, with prefix arg),
- searches for the next tag in the tag table
- that matches the tagname used in the previous find-tag.
-
- See documentation of variable tags-file-name." t)
-
- (autoload (quote list-tags) "tags" "\
- Display list of tags in file FILE.
- FILE should not contain a directory spec
- unless it has one in the tag table." t)
-
- (autoload (quote next-file) "tags" "\
- Select next file among files in current tag table.
- Non-nil argument (prefix arg, if interactive)
- initializes to the beginning of the list of files in the tag table." t)
-
- (autoload (quote tags-apropos) "tags" "\
- Display list of all tags in tag table REGEXP matches." t)
-
- (define-key esc-map "," (quote tags-loop-continue))
-
- (autoload (quote tags-loop-continue) "tags" "\
- Continue last \\[tags-search] or \\[tags-query-replace] command.
- Used noninteractively with non-nil argument
- to begin such a command. See variable tags-loop-form." t)
-
- (autoload (quote tag-table-files) "tags" "\
- Return a list of files in the current tag table.
- File names returned are absolute.")
-
- (autoload (quote tags-query-replace) "tags" "\
- Query-replace-regexp FROM with TO through all files listed in tag table.
- Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
- If you exit (C-G or ESC), you can resume the query-replace
- with the command \\[tags-loop-continue].
-
- See documentation of variable tags-file-name." t)
-
- (autoload (quote tags-search) "tags" "\
- Search through all files listed in tag table for match for REGEXP.
- Stops when a match is found.
- To continue searching for next match, use command \\[tags-loop-continue].
-
- See documentation of variable tags-file-name." t)
-
- (autoload (quote visit-tags-table) "tags" "\
- Tell tags commands to use tag table file FILE.
- FILE should be the name of a file created with the `etags' program.
- A directory name is ok too; it means file TAGS in that directory." t)
-
- (autoload (quote telnet) "telnet" "\
- Open a network login connection to host named HOST (a string).
- Communication with HOST is recorded in a buffer *HOST-telnet*.
- Normally input is edited in Emacs and sent a line at a time." t)
-
- (autoload (quote terminal-emulator) "terminal" "\
- Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS.
- ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT.
- BUFFER's contents are made an image of the display generated by that program,
- and any input typed when BUFFER is the current Emacs buffer is sent to that
- program an keyboard input.
-
- Interactively, BUFFER defaults to \"*terminal*\" and PROGRAM and ARGS
- are parsed from an input-string using your usual shell.
- WIDTH and HEIGHT are determined from the size of the current window
- -- WIDTH will be one less than the window's width, HEIGHT will be its height.
-
- To switch buffers and leave the emulator, or to give commands
- to the emulator itself (as opposed to the program running under it),
- type Control-^. The following character is an emulator command.
- Type Control-^ twice to send it to the subprogram.
- This escape character may be changed using the variable `terminal-escape-char'.
-
- `Meta' characters may not currently be sent through the terminal emulator.
-
- Here is a list of some of the variables which control the behaviour
- of the emulator -- see their documentation for more information:
- terminal-escape-char, terminal-scrolling, terminal-more-processing,
- terminal-redisplay-interval.
-
- This function calls the value of terminal-mode-hook if that exists
- and is non-nil after the terminal buffer has been set up and the
- subprocess started.
-
- Presently with `termcap' only; if somebody sends us code to make this
- work with `terminfo' we will try to use it." t)
-
- (autoload (quote latex-mode) "tex-mode" "\
- Major mode for editing files of input for LaTeX.
- Makes $ and } display the characters they match.
- Makes \" insert `` when it seems to be the beginning of a quotation,
- and '' when it appears to be the end; it inserts \" only after a \\.
-
- Use \\[TeX-region] to run LaTeX on the current region, plus the preamble
- copied from the top of the file (containing \\documentstyle, etc.),
- running LaTeX under a special subshell. \\[TeX-buffer] does the whole buffer.
- \\[TeX-print] prints the .dvi file made by either of these.
-
- Use \\[validate-TeX-buffer] to check buffer for paragraphs containing
- mismatched $'s or braces.
-
- Special commands:
- \\{TeX-mode-map}
-
- Mode variables:
- TeX-directory
- Directory in which to create temporary files for TeX jobs
- run by \\[TeX-region] or \\[TeX-buffer].
- TeX-dvi-print-command
- Command string used by \\[TeX-print] to print a .dvi file.
- TeX-show-queue-command
- Command string used by \\[TeX-show-print-queue] to show the print
- queue that \\[TeX-print] put your job on.
-
- Entering LaTeX mode calls the value of text-mode-hook,
- then the value of TeX-mode-hook, and then the value
- of LaTeX-mode-hook." t)
-
- (autoload (quote plain-tex-mode) "tex-mode" "\
- Major mode for editing files of input for plain TeX.
- Makes $ and } display the characters they match.
- Makes \" insert `` when it seems to be the beginning of a quotation,
- and '' when it appears to be the end; it inserts \" only after a \\.
-
- Use \\[TeX-region] to run TeX on the current region, plus a \"header\"
- copied from the top of the file (containing macro definitions, etc.),
- running TeX under a special subshell. \\[TeX-buffer] does the whole buffer.
- \\[TeX-print] prints the .dvi file made by either of these.
-
- Use \\[validate-TeX-buffer] to check buffer for paragraphs containing
- mismatched $'s or braces.
-
- Special commands:
- \\{TeX-mode-map}
-
- Mode variables:
- TeX-directory
- Directory in which to create temporary files for TeX jobs
- run by \\[TeX-region] or \\[TeX-buffer].
- TeX-dvi-print-command
- Command string used by \\[TeX-print] to print a .dvi file.
- TeX-show-queue-command
- Command string used by \\[TeX-show-print-queue] to show the print
- queue that \\[TeX-print] put your job on.
-
- Entering plain-TeX mode calls the value of text-mode-hook,
- then the value of TeX-mode-hook, and then the value
- of plain-TeX-mode-hook." t)
-
- (autoload (quote tex-mode) "tex-mode" "\
- Major mode for editing files of input for TeX or LaTeX.
- Trys to intuit whether this file is for plain TeX or LaTeX and
- calls plain-tex-mode or latex-mode. If it cannot be determined
- (e.g., there are no commands in the file), the value of
- TeX-default-mode is used." t)
-
- (fset (quote TeX-mode) (quote tex-mode))
-
- (fset (quote plain-TeX-mode) (quote plain-tex-mode))
-
- (fset (quote LaTeX-mode) (quote latex-mode))
-
- (autoload (quote texinfo-mode) "texinfo" "\
- Major mode for editing texinfo files.
- These are files that are input for TEX and also to be turned
- into Info files by \\[texinfo-format-buffer].
- These files must be written in a very restricted and
- modified version of TEX input format.
-
- As for editing commands, like text-mode except for syntax table,
- which is set up so expression commands skip texinfo bracket groups." t)
-
- (autoload (quote texinfo-format-buffer) "texinfmt" "\
- Process the current buffer as texinfo code, into an Info file.
- The Info file output is generated in a buffer
- visiting the Info file names specified in the @setfilename command.
-
- Non-nil argument (prefix, if interactive) means don't make tag table
- and don't split the file if large. You can use Info-tagify and
- Info-split to do these manually." t)
-
- (autoload (quote texinfo-format-region) "texinfmt" "\
- Convert the the current region of the Texinfo file to Info format.
- This lets you see what that part of the file will look like in Info.
- The command is bound to \\[texinfo-format-region]. The text that is
- converted to Info is stored in a temporary buffer." t)
-
- (autoload (quote batch-texinfo-format) "texinfmt" "\
- Runs texinfo-format-buffer on the files remaining on the command line.
- Must be used only with -batch, and kills emacs on completion.
- Each file will be processed even if an error occurred previously.
- For example, invoke
- \"emacs -batch -funcall batch-texinfo-format $docs/ ~/*.texinfo\"." nil)
-
- (autoload (quote display-time) "time" "\
- Display current time and load level in mode line of each buffer.
- Updates automatically every minute.
- If display-time-day-and-date is non-nil, the current day and date
- are displayed as well." t)
-
- (autoload (quote underline-region) "underline" "\
- Underline all nonblank characters in the region.
- Works by overstriking underscores.
- Called from program, takes two arguments START and END
- which specify the range to operate on." t)
-
- (autoload (quote ununderline-region) "underline" "\
- Remove all underlining (overstruck underscores) in the region.
- Called from program, takes two arguments START and END
- which specify the range to operate on." t)
-
- (autoload (quote ask-user-about-lock) "userlock" "\
- Ask user what to do when he wants to edit FILE but it is locked by USER.
- This function has a choice of three things to do:
- do (signal 'buffer-file-locked (list FILE USER))
- to refrain from editing the file
- return t (grab the lock on the file)
- return nil (edit the file even though it is locked).
- You can rewrite it to use any criterion you like to choose which one to do." nil)
-
- (autoload (quote ask-user-about-supersession-threat) "userlock" "\
- Ask a user who is about to modify an obsolete buffer what to do.
- This function has two choices: it can return, in which case the modification
- of the buffer will proceed, or it can (signal 'file-supersession (file)),
- in which case the proposed buffer modification will not be made.
- You can rewrite this to use any criterion you like to choose which one to do." nil)
-
- (autoload (quote vi-mode) "vi" "\
- Major mode that acts like the `vi' editor.
- The purpose of this mode is to provide you the combined power of vi (namely,
- the \"cross product\" effect of commands and repeat last changes) and Emacs.
-
- This command redefines nearly all keys to look like vi commands.
- It records the previous major mode, and any vi command for input
- (`i', `a', `s', etc.) switches back to that mode.
- Thus, ordinary Emacs (in whatever major mode you had been using)
- is \"input\" mode as far as vi is concerned.
-
- To get back into vi from \"input\" mode, you must issue this command again.
- Therefore, it is recommended that you assign it to a key.
-
- Major differences between this mode and real vi :
-
- * Limitations and unsupported features
- - Search patterns with line offset (e.g. /pat/+3 or /pat/z.) are
- not supported.
- - Ex commands are not implemented; try ':' to get some hints.
- - No line undo (i.e. the 'U' command), but multi-undo is a standard feature.
-
- * Modifications
- - The stopping positions for some point motion commands (word boundary,
- pattern search) are slightly different from standard 'vi'.
- Also, no automatic wrap around at end of buffer for pattern searching.
- - Since changes are done in two steps (deletion then insertion), you need
- to undo twice to completely undo a change command. But this is not needed
- for undoing a repeated change command.
- - No need to set/unset 'magic', to search for a string with regular expr
- in it just put a prefix arg for the search commands. Replace cmds too.
- - ^R is bound to incremental backward search, so use ^L to redraw screen.
-
- * Extensions
- - Some standard (or modified) Emacs commands were integrated, such as
- incremental search, query replace, transpose objects, and keyboard macros.
- - In command state, ^X links to the 'ctl-x-map', and ESC can be linked to
- esc-map or set undefined. These can give you the full power of Emacs.
- - See vi-com-map for those keys that are extensions to standard vi, e.g.
- `vi-name-last-change-or-macro', `vi-verify-spelling', `vi-locate-def',
- `vi-mark-region', and 'vi-quote-words'. Some of them are quite handy.
- - Use \\[vi-switch-mode] to switch among different modes quickly.
-
- Syntax table and abbrevs while in vi mode remain as they were in Emacs." t)
-
- (autoload (quote view-file) "view" "\
- View FILE in View mode, returning to previous buffer when done.
- The usual Emacs commands are not available; instead,
- a special set of commands (mostly letters and punctuation)
- are defined for moving around in the buffer.
- Space scrolls forward, Delete scrolls backward.
- For list of all View commands, type ? or h while viewing.
-
- Calls the value of view-hook if that is non-nil." t)
-
- (autoload (quote view-buffer) "view" "\
- View BUFFER in View mode, returning to previous buffer when done.
- The usual Emacs commands are not available; instead,
- a special set of commands (mostly letters and punctuation)
- are defined for moving around in the buffer.
- Space scrolls forward, Delete scrolls backward.
- For list of all View commands, type ? or h while viewing.
-
- Calls the value of view-hook if that is non-nil." t)
-
- (autoload (quote view-mode) "view" "\
- Major mode for viewing text but not editing it.
- Letters do not insert themselves. Instead these commands are provided.
- Most commands take prefix arguments. Commands dealing with lines
- default to \"scroll size\" lines (initially size of window).
- Search commands default to a repeat count of one.
- M-< or < move to beginning of buffer.
- M-> or > move to end of buffer.
- C-v or Space scroll forward lines.
- M-v or DEL scroll backward lines.
- CR or LF scroll forward one line (backward with prefix argument).
- z like Space except set number of lines for further
- scrolling commands to scroll by.
- C-u and Digits provide prefix arguments. `-' denotes negative argument.
- = prints the current line number.
- g goes to line given by prefix argument.
- / or M-C-s searches forward for regular expression
- \\ or M-C-r searches backward for regular expression.
- n searches forward for last regular expression.
- p searches backward for last regular expression.
- C-@ or . set the mark.
- x exchanges point and mark.
- C-s or s do forward incremental search.
- C-r or r do reverse incremental search.
- @ or ' return to mark and pops mark ring.
- Mark ring is pushed at start of every
- successful search and when jump to line to occurs.
- The mark is set on jump to buffer start or end.
- ? or h provide help message (list of commands).
- C-h provides help (list of commands or description of a command).
- C-n moves down lines vertically.
- C-p moves upward lines vertically.
- C-l recenters the screen.
- q or C-c exit view-mode and return to previous buffer.
-
- Entry to this mode calls the value of view-hook if non-nil.
- \\{view-mode-map}")
-
- (autoload (quote vip-mode) "vip" "\
- Begin emulating the vi editor. This is distinct from `vi-mode'.
- This emulator has different capabilities from the `vi-mode' emulator.
- See the text at the beginning of the source file .../lisp/vip.el
- in the Emacs distribution." t)
-
- (autoload (quote yow) "yow" "\
- Return or display a Zippy quotation" t)
-
- (autoload (quote psychoanalyze-pinhead) "yow" "\
- Zippy goes to the analyst." t)
-
- (define-key esc-map "╱" (quote forward-sexp))
-
- (define-key esc-map "⇩" (quote backward-sexp))
-
- (define-key esc-map "⑤" (quote backward-up-list))
-
- (define-key esc-map " " (quote mark-sexp))
-
- (define-key esc-map "⇦" (quote down-list))
-
- (define-key esc-map "♪" (quote kill-sexp))
-
- (define-key esc-map "" (quote forward-list))
-
- (define-key esc-map "⓪" (quote backward-list))
-
- (define-key esc-map "⇧" (quote beginning-of-defun))
-
- (define-key esc-map "❎" (quote end-of-defun))
-
- (define-key esc-map "✓" (quote mark-defun))
-
- (define-key esc-map "(" (quote insert-parentheses))
-
- (define-key esc-map ")" (quote move-past-close-and-reindent))
-
- (define-key esc-map " " (quote lisp-complete-symbol))
-
- (define-key ctl-x-map "❎" (quote eval-last-sexp))
-
- (define-key ctl-x-map "/" (quote point-to-register))
-
- (define-key ctl-x-map "j" (quote register-to-point))
-
- (define-key ctl-x-map "x" (quote copy-to-register))
-
- (define-key ctl-x-map "g" (quote insert-register))
-
- (define-key ctl-x-map "r" (quote copy-rectangle-to-register))
-
- (define-key esc-map "q" (quote fill-paragraph))
-
- (define-key esc-map "g" (quote fill-region))
-
- (define-key ctl-x-map "." (quote set-fill-prefix))
-
- (define-key esc-map "[" (quote backward-paragraph))
-
- (define-key esc-map "]" (quote forward-paragraph))
-
- (define-key esc-map "h" (quote mark-paragraph))
-
- (define-key esc-map "a" (quote backward-sentence))
-
- (define-key esc-map "e" (quote forward-sentence))
-
- (define-key esc-map "k" (quote kill-sentence))
-
- (define-key ctl-x-map "" (quote backward-kill-sentence))
-
- (define-key ctl-x-map "[" (quote backward-page))
-
- (define-key ctl-x-map "]" (quote forward-page))
-
- (define-key ctl-x-map "⓪" (quote mark-page))
-
- (put (quote narrow-to-region) (quote disabled) t)
-
- (define-key ctl-x-map "p" (quote narrow-to-page))
-
- (put (quote narrow-to-page) (quote disabled) t)
-
- (define-key ctl-x-map "l" (quote count-lines-page))
-
- (defun isearch-forward nil "\
- Do incremental search forward.
- As you type characters, they add to the search string and are found.
- Type Delete to cancel characters from end of search string.
- Type ESC to exit, leaving point at location found.
- Type C-s to search again forward, C-r to search again backward.
- Type C-w to yank word from buffer onto end of search string and search for it.
- Type C-y to yank rest of line onto end of search string, etc.
- Type C-q to quote control character to search for it.
- Other control and meta characters terminate the search
- and are then executed normally.
- The above special characters are mostly controlled by parameters;
- do M-x apropos on search-.*-char to find them.
- C-g while searching or when search has failed
- cancels input back to what has been found successfully.
- C-g when search is successful aborts and moves point to starting point." (interactive) (byte-code "IJêאij!ç" [t nil isearch] 2))
-
- (defun isearch-forward-regexp nil "\
- Do incremental search forward for regular expression.
- Like ordinary incremental search except that your input
- is treated as a regexp. See \\[isearch-forward] for more info." (interactive) (byte-code "IJêאijij\"ç" [t nil isearch] 3))
-
- (defun isearch-backward nil "\
- Do incremental search backward.
- See \\[isearch-forward] for more information." (interactive) (byte-code "ijêIJij!ç" [nil isearch] 2))
-
- (defun isearch-backward-regexp nil "\
- Do incremental search backward for regular expression.
- Like ordinary incremental search except that your input
- is treated as a regexp. See \\[isearch-forward] for more info." (interactive) (byte-code "ijêאijIJ\"ç" [nil t isearch] 3))
-
- (defvar search-last-string "" "\
- Last string search for by a non-regexp search command.
- This does not include direct calls to the primitive search functions,
- and does not include searches that are aborted.")
-
- (defvar search-last-regexp "" "\
- Last string searched for by a regexp search command.
- This does not include direct calls to the primitive search functions,
- and does not include searches that are aborted.")
-
- (defconst search-repeat-char 19 "\
- *Character to repeat incremental search forwards.")
-
- (defconst search-reverse-char 18 "\
- *Character to repeat incremental search backwards.")
-
- (defconst search-exit-char 27 "\
- *Character to exit incremental search.")
-
- (defconst search-delete-char 127 "\
- *Character to delete from incremental search string.")
-
- (defconst search-quote-char 17 "\
- *Character to quote special characters for incremental search.")
-
- (defconst search-yank-word-char 23 "\
- *Character to pull next word from buffer into search string.")
-
- (defconst search-yank-line-char 25 "\
- *Character to pull rest of line from buffer into search string.")
-
- (defconst search-exit-option t "\
- *Non-nil means random control characters terminate incremental search.")
-
- (defvar search-slow-window-lines 1 "\
- *Number of lines in slow search display windows.
- These are the short windows used during incremental search on slow terminals.
- Negative means put the slow search window at the top (normally it's at bottom)
- and the value is minus the number of lines.")
-
- (defvar search-slow-speed 1200 "\
- *Highest terminal speed at which to use \"slow\" style incremental search.
- This is the style where a one-line window is created to show the line
- that the search has reached.")
-
- (autoload (quote isearch) "isearch")
-
- (define-key global-map "③" (quote isearch-forward))
-
- (define-key global-map "②" (quote isearch-backward))
-
- (define-key esc-map "③" (quote isearch-forward-regexp))
-
- (defun query-replace (from-string to-string &optional arg) "\
- Replace some occurrences of FROM-STRING with TO-STRING.
- As each match is found, the user must type a character saying
- what to do with it. For directions, type \\[help-command] at that time.
-
- Preserves case in each replacement if case-replace and case-fold-search
- are non-nil and FROM-STRING has no uppercase letters.
- Third arg DELIMITED (prefix arg if interactive) non-nil means replace
- only matches surrounded by word boundaries." (interactive "sQuery replace:
- sQuery replace %s with:
- P") (byte-code "בêד✓ אב%êהו!ç" [from-string to-string t nil arg perform-replace message "Done"] 6))
-
- (defun query-replace-regexp (regexp to-string &optional arg) "\
- Replace some things after point matching REGEXP with TO-STRING.
- As each match is found, the user must type a character saying
- what to do with it. For directions, type \\[help-command] at that time.
-
- Preserves case in each replacement if case-replace and case-fold-search
- are non-nil and REGEXP has no uppercase letters.
- Third arg DELIMITED (prefix arg if interactive) non-nil means replace
- only matches surrounded by word boundaries.
- In TO-STRING, \\& means insert what matched REGEXP,
- and \\=\\<n> means insert what matched <n>th \\(...\\) in REGEXP." (interactive "sQuery replace regexp:
- sQuery replace regexp %s with:
- P") (byte-code "גêד✓ אא♪%êהו!ç" [regexp to-string t arg nil perform-replace message "Done"] 6))
-
- (defun replace-string (from-string to-string &optional delimited) "\
- Replace occurrences of FROM-STRING with TO-STRING.
- Preserve case in each match if case-replace and case-fold-search
- are non-nil and FROM-STRING has no uppercase letters.
- Third arg DELIMITED (prefix arg if interactive) non-nil means replace
- only matches surrounded by word boundaries." (interactive "sReplace string:
- sReplace string %s with:
- P") (byte-code "אêג✓ אא♪%êדה!ç" [from-string to-string nil delimited perform-replace message "Done"] 6))
-
- (defun replace-regexp (regexp to-string &optional delimited) "\
- Replace things after point matching REGEXP with TO-STRING.
- Preserve case in each match if case-replace and case-fold-search
- are non-nil and REGEXP has no uppercase letters.
- Third arg DELIMITED (prefix arg if interactive) non-nil means replace
- only matches surrounded by word boundaries.
- In TO-STRING, \\& means insert what matched REGEXP,
- and \\=\\<n> means insert what matched <n>th \\(...\\) in REGEXP." (interactive "sReplace regexp:
- sReplace regexp %s with:
- P") (byte-code "אêד✓ אב%êהו!ç" [regexp to-string nil t delimited perform-replace message "Done"] 6))
-
- (define-key esc-map "%" (quote query-replace))
-
- (autoload (quote perform-replace) "replace")
-
- (define-key ctl-x-map "⇧" (quote add-mode-abbrev))
-
- (define-key ctl-x-map "+" (quote add-global-abbrev))
-
- (define-key ctl-x-map "✓" (quote inverse-add-mode-abbrev))
-
- (define-key ctl-x-map "-" (quote inverse-add-global-abbrev))
-
- (define-key esc-map "'" (quote abbrev-prefix-mark))
-
- (define-key ctl-x-map "'" (quote expand-abbrev))
-